home *** CD-ROM | disk | FTP | other *** search
/ Aminet 50 / Aminet 50 (2002)(GTI - Schatztruhe)[!][Aug 2002].iso / Aminet / util / libs / mpega_libmad.lha / mpega_libmad / history.txt < prev    next >
Text File  |  2002-06-24  |  2KB  |  38 lines

  1. 23 Jun 2002: 6th release
  2. - Fixed prebuffering to properly handle large ID3v2 tags.
  3. - Minor cleanups.
  4. - Enabled libmad PPC-asm optimization (didn't work before due to -fschedule-insns2 bug).
  5. - Added fast bzero() support-function, and favoured that over memset(..,0,..).
  6. - Added StormC/WarpOS project/source and binary (done by Jarmo Laakkonen).
  7.  
  8. 07 Dec 2001: 5th release
  9. - Optimized PCM routine, 20% speedup.
  10. - Inlined some of the supporting functions for efficiency.
  11. - Increased minimum buffer and mempool size.
  12. - Override check_mpeg if whole file fits in buffer without finding sync.
  13. - Improved SongPlayer (and other bad apps that pass library base across tasks)
  14.   workaround, should no longer crash when appending playlists while playing.
  15.  
  16. 17 Nov 2001: 4th release
  17. - Updated to libmad 0.14.2.
  18. - Fixed VBR bitrate calculation bug.
  19. - Enabled slight speedup for .040 version.
  20. - Now ignores CRC errors on quality-level <= 1 (thus making mp3s with
  21.   corrupt CRC headers playable).
  22. - Improved PowerUP dispatcher, the .ppc version is now fully multithreaded.
  23.  
  24. 10 Nov 2001: 3rd release
  25. - Improved safety.
  26. - Fixed the callback hook for 68k.
  27. - Added automatic stack-swap on complex function-entrypoints, this should
  28.   (finally?) fix applications like AMPlifier, Prayer and HippoPlayer...
  29.  
  30. 07 Nov 2001: 2nd release
  31. - Allow pcm[1] to be unallocated, implying mono decoding.
  32. - Make a copy of the MPEGA_CTRL structure instead of assuming it to remain
  33.   allocated and valid after MPEGA_open() (fixes DeliTracker and AMPlifier
  34.   (and Prayer?)).
  35.  
  36. 02 Nov 2001: Initial release
  37. - Fully working API
  38.